home *** CD-ROM | disk | FTP | other *** search
-
- #(
- #!
- (lisp::in-package 'user::compiler)
- #!
- (lisp::export '(compiler::*suppress-compiler-warnings* compiler::*suppress-compiler-notes* compiler::*compiler-break-enable*))
- lisp::when
- compiler::*safe-compile*
- compiler::|compiler preprocess|
- compiler::*current-form*
- compiler::*first-error*
- 0
- compiler::*error-count*
- compiler::*cmperr-tag*
- :upcase
- lisp::*print-case*
- "~&;;; "
- 1
- "#.*CMPERR-TAG*"
- lisp::if
- compiler::cmperr
- ";;; ~S requires at most ~R argument~:p, ~
- but ~R ~:*~[were~;was~:;were~] supplied.~%"
- ";;; ~S requires at least ~R argument~:p, ~
- but only ~R ~:*~[were~;was~:;were~] supplied.~%"
- compiler::*suppress-compiler-warnings*
- ";; Warning: "
- compiler::*suppress-compiler-notes*
- ";; Note: "
- system::|#,|
- "; #,~s is being compiled.~%"
- lisp::*print-length*
- 2
- lisp::*print-level*
- "; ~s is being compiled.~%"
- ";; The variable ~s is undefined.~%~
- ;; The compiler will assume this variable is a global.~%"
- ";;; A bug was found in the compiler. Contact Taiichi.~%"
- lisp::do*
- lisp::cdr
- lisp::car
- lisp::endp
- lisp::declare
- lisp::object
- lisp::1+
- lisp::>=
- lisp::fixnum
- lisp::eval
- lisp::quote
- ";;; The form ~s was not evaluated successfully.~%~
- ;;; You are recommended to compile again.~%"
- lisp::macroexpand
- ";;; The macro form ~s was not expanded successfully.~%"
- lisp::error
- "Macro-expansion of ~s failed at compile time."
- lisp::macroexpand-1
- ";;; The macro form ~s was not expanded successfully.~%"
- "Macro-expansion of ~s failed at compile time."
- lisp::funcall
- lisp::*macroexpand-hook*
- ";;; The macro form (~s ...) was not expanded successfully.~%"
- "Macro-expansion of ~s failed at compile time."
- compiler::*compiler-break-enable*
- system::*ihs-base*
- system::*ihs-top*
- lisp::*break-enable*
- system::*break-hidden-packages*
- compiler::compiler
- compiler::package-operation
- compiler::t1
- compiler::t2
- compiler::t3
- compiler::top-level-macro
- compiler::c1
- compiler::c2
- compiler::c1conditional
- compiler::inline-always
- compiler::inline-unsafe
- compiler::inline-safe
- compiler::lfun
- compiler::safe-compile
- system::*make-constant
- compiler::cmpck
- compiler::too-many-args
- compiler::too-few-args
- compiler::cmpwarn
- compiler::cmpnote
- compiler::print-current-form
- compiler::undefined-variable
- compiler::baboon
- compiler::dolist*
- compiler::dolist**
- compiler::dotimes*
- compiler::dotimes**
- compiler::cmp-eval
- compiler::cmp-macroexpand
- compiler::cmp-macroexpand-1
- compiler::cmp-expand-macro
- compiler::cmp-toplevel-eval
- compiler::compiler-clear-compiler-properties
- lisp::break
- system::ihs-top
- )
-